encoding/json.decodeState.data (field)
14 uses
encoding/json (current package)
decode.go#L211: data []byte
decode.go#L232: d.data = data
decode.go#L265: s, data, i := &d.scan, d.data, d.off
decode.go#L280: if d.off < len(d.data) {
decode.go#L281: d.opcode = d.scan.step(&d.scan, d.data[d.off])
decode.go#L285: d.off = len(d.data) + 1 // mark processed EOF with len+1
decode.go#L292: s, data, i := &d.scan, d.data, d.off
decode.go#L316: data, i := d.data, d.off
decode.go#L387: if err := d.literalStore(d.data[start:d.readIndex()], v, false); err != nil {
decode.go#L506: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L612: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L682: item := d.data[start:d.readIndex()]
decode.go#L1099: item := d.data[start:d.readIndex()]
decode.go#L1139: item := d.data[start:d.readIndex()]